-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
[Edited] Add docstring to improve documentation #130086
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
+110,488
−40,906
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-98245) (cherry picked from commit 0023f51) Co-authored-by: Mateusz <[email protected]>
… 0 (pythonGH-101424) (cherry picked from commit ea23271) Co-authored-by: Owain Davies <[email protected]>
…1230) (cherry picked from commit 28db978) Co-authored-by: Eclips4 <[email protected]>
This is a follow-up to pythonGH-100811. One of the changes in that PR isn't accurate in that `os.path.join('', '')` will not end in a separator. This reverts that change to the previous wording that used "only", but explicitly calls out the case where the last part ends in a separator, which is what caused confusin in pythonGH-77607 and motivated the change in pythonGH-100811. (cherry picked from commit 909a674) Co-authored-by: Shantanu <[email protected]>
(cherry picked from commit 1a62ae8) Co-authored-by: Christophe Nanteuil <[email protected]>
…python#101462) Co-authored-by: Raj <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
…onGH-101439) (cherry picked from commit 20c11f2) Co-authored-by: Peter Jiping Xie <[email protected]>
…ythonGH-98729) * pythongh-98657: [docs] `array.typecodes` is a module-level attribute * Update array.rst (cherry picked from commit c144e57) Co-authored-by: Nikita Sobolev <[email protected]>
…onGH-101351) (cherry picked from commit ee21110) Co-authored-by: Marcos Pereira <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
…H-101485) * Move array methods under class in array doc * Fix a few internal references related to the touched lines (cherry picked from commit 1b60456) Co-authored-by: C.A.M. Gerlach <[email protected]>
…closed` (pythonGH-101514) (cherry picked from commit 5c39daf) Co-authored-by: Viet Than <[email protected]>
(cherry picked from commit 45d014e) Co-authored-by: François Magimel <[email protected]>
…aths using MSBuild properties (pythonGH-101523)
…dler, traceback, and pdb. (pythonGH-101157) (cherry picked from commit cef9de6) Co-authored-by: Furkan Onder <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
… from_param() result (pythonGH-101339) (python#101340) [3.11] pythongh-99952: [ctypes] fix refcount issues in from_param() result. (pythonGH-100169) Fixes a reference counting issue with `ctypes.Structure` when a `from_param()` method call is used and the structure size is larger than a C pointer `sizeof(void*)`. This problem existed for a very long time, but became more apparent in 3.8+ by change likely due to garbage collection cleanup timing changes.. (cherry picked from commit dfad678) (cherry picked from commit fa7c37a) Co-authored-by: Gregory P. Smith <[email protected]> Co-authored-by: Yukihiro Nakadaira <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
…101572) That causes the test to fail when run using a high UID as that ancient format cannot represent it. The current default (PAX) and the old default (GNU) both support high UIDs. (cherry picked from commit ffcb822) Co-authored-by: Gregory P. Smith <[email protected]>
… UCD 3… (pythongh-101388) (cherry picked from commit 9ef7e75) Co-authored-by: Dong-hee Na <[email protected]>
…ocs issues" (pythonGH-101617) Fixes python#101616 (cherry picked from commit 949c58f) Co-authored-by: Mariatta Wijaya <[email protected]>
…ncio.Task.print_stack` (python#101652) (python#101654) (cherry picked from commit f87f6e2)
…onGH-93070) (python#101683) * Note that Popen attributes aren't meant to be set by users by rewording the text about the attributes. * Also update some universal_newlines references to mention the modern text parameter name while in the area. (cherry picked from commit 027adf4) Co-authored-by: Stanley <[email protected]> Co-authored-by: Gregory P. Smith <[email protected]>
Fix MSI build PlatformToolset detection
…tree` (pythonGH-100934) (python#101687) Items checked by this test are always `str` and `dict` instances. (cherry picked from commit eb49d32) Co-authored-by: Nikita Sobolev <[email protected]>
…ing extension modules for incompatibility (pythonGH-101615) (cherry picked from commit 3a88de7) Co-authored-by: David Hewitt <[email protected]>
Fixes CVE-2023-0286 (High) and a couple of Medium security issues. https://www.openssl.org/news/secadv/20230207.txt --------- Co-authored-by: Gregory P. Smith <[email protected]>
…1761) (cherry picked from commit d40a23c) Co-authored-by: Erlend E. Aasland <[email protected]>
…one (pythonGH-101787) (cherry picked from commit 366b949) Co-authored-by: Irit Katriel <[email protected]>
|
PRs attempting to merge a maintenance branch into the main branch are deemed to be spam and automatically closed. If you were attempting to report a bug, please go to https://github.com/python/cpython/issues; see devguide.python.org for further instruction as needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes made in branch: MayureshMore:3.10
[Edited] Add docstring to improve documentation
📚 Documentation preview 📚: https://cpython-previews--130086.org.readthedocs.build/